home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- : repeat
- echo ******* 200 GREATER and LESSER MYSTERIES CD ROM **********************
- echo * *
- echo * Press [A] for Biorythm calculator [1] *
- echo * [B] *
- echo * [C]
- echo * [D]
- echo * [E]
- echo * [F]
- echo * [G]
- echo * [H]
- echo * [I]
- echo * [J]
- echo *
- echo * Please note that if you request functions on the above programs
- echo * which attempts a disk write then the program may crash as of
- echo * course it is not possible to write to a CD. To use such functions
- echo * Install the program on your hard disk.
- echo *
- echo * Press escape to exit back to DOS
- echo *
- echo *******************************************************
- batch /a Choice?
- echo off
- IF ERRORLEVEL 106 GOTO j
- IF ERRORLEVEL 105 GOTO i
- IF ERRORLEVEL 104 GOTO h
- IF ERRORLEVEL 103 GOTO g
- IF ERRORLEVEL 102 GOTO f
- IF ERRORLEVEL 101 GOTO e
- IF ERRORLEVEL 100 GOTO d
- IF ERRORLEVEL 99 GOTO c
- IF ERRORLEVEL 98 GOTO b
- IF ERRORLEVEL 97 GOTO a
- IF ERRORLEVEL 57 GOTO 9
- IF ERRORLEVEL 56 GOTO 8
- IF ERRORLEVEL 55 GOTO 7
- IF ERRORLEVEL 54 GOTO 6
- IF ERRORLEVEL 53 GOTO 5
- IF ERRORLEVEL 52 GOTO 4
- IF ERRORLEVEL 51 GOTO 3
- IF ERRORLEVEL 50 GOTO 2
- IF ERRORLEVEL 49 GOTO 1
- IF ERRORLEVEL 27 GOTO Exit
-
- : 1
-
- goto repeat
- : 2
-
- goto repeat
- : 3
-
- goto repeat
- : 4
-
- goto repeat
- : 5
-
- goto repeat
- : 6
-
- goto repeat
- : 7
-
- goto repeat
- : 8
-
- goto repeat
- : 9
- cls
- exit
- goto repeat
- : a
- cd\
- cd biorythm
- bio
- cd\
-
- goto repeat
- : b
-
- goto repeat
- : c
-
- goto repeat
- : d
-
- goto repeat
- : e
-
- goto repeat
- : f
-
- goto repeat
- : g
-
- goto repeat
- : h
-
- goto repeat
- : i
-
- goto repeat
- : j
-
- goto repeat
- : Exit
- cls
- exit